Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.platform.localconfiguration.content.view--actions

This contribution is part of XML component org.nuxeo.ecm.platform.localconfiguration.content.view inside nuxeo-platform-localconfiguration-web-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/file.gif" id="CONTENT_VIEW_CONFIGURATION" label="action.view.content.view.configuration" link="/incl/tabs/content_view_configuration.xhtml" order="100">
          <category>LOCAL_CONFIGURATION</category>
          <filter-id>manage</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/file.gif" id="CONTENT_VIEW_CONFIGURATION" label="action.view.content.view.configuration" link="/incl/tabs/content_view_configuration.xhtml" order="100">
      <category>LOCAL_CONFIGURATION</category>
      <filter-id>manage</filter-id>
    </action>

  </extension>